/*======================================================================*\
|| #################################################################### ||
|| # DownloadsII 6.0.9 : A downloads mod for vBulletin                # ||
|| # ---------------------------------------------------------------- # ||
|| # Copyright 2011 by (RS_)Jelle (http://www.minatica.be/)          # ||
|| # All Rights Reserved.                                             # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------------------------------------------------------- # ||
|| # http://www.vbulletin.org/forum/showthread.php?t=231427           # ||
|| #################################################################### ||
\*======================================================================*/

/*======================================================================*\
|| DownloadsII 6.0.9 Changelog                                          ||
\*======================================================================*/

Jelle
- Added support for vB 4.1.8 bit processing with 'each' construct (backwards compatible)
- Fixed comma listing for vB 4.1.8 (using "old" method)

/*======================================================================*\
|| DownloadsII 6.0.8 Changelog                                          ||
\*======================================================================*/

Jelle
- Added support for vB 4.1.4 WYSIWYG class (backwards compatible)
- Updated sidebar CSS
- Fixed rating popup in RTL languages

/*======================================================================*\
|| DownloadsII 6.0.7 Changelog                                          ||
\*======================================================================*/

Now requires at least vBulletin 4.0.4

Jelle
- Fixed image and file deletion permissions
- Using new vB 4.0.4 cssfile construct in the templates
- Added MD5 sums to check file integrity

/*======================================================================*\
|| DownloadsII 6.0.6 Changelog                                          ||
\*======================================================================*/

Jelle
- Added compatibility for vBulletin 4.0.8 (new profile tab design)
- Added functionality to edit comments
- Fixed no permission page when users get redirected to non-approved files
- Fixed missing sessionid in navigation

/*======================================================================*\
|| DownloadsII 6.0.5 Changelog                                          ||
\*======================================================================*/

Jelle
- Fixed CSRF security issue (added security token to several GET actions)
- Added permission check for Update Counters

/*======================================================================*\
|| DownloadsII 6.0.4 Changelog                                          ||
\*======================================================================*/

Jelle
- Fixed missing permission check for viewing unapproved files
- Phrased some unphrased text at the search page
- Added some default permissions when doing a fresh install
- Added permission check for navbar tab, profile tab/stats and postbit stats

/*======================================================================*\
|| DownloadsII 6.0.3 Changelog                                          ||
\*======================================================================*/

Made for vB 4.0.2, not fully compatible with lower versions.

Jelle
- Fixed the downloads profile tab (new template hook naming)
- Added a CSS rollup for storing CSS as files
- Fixed "Exclude Categories" usergroup permission when set to Yes
- Fixed AJAX suggestion with vB 4.0.2 fix

/*======================================================================*\
|| DownloadsII 6.0.2 Changelog                                          ||
\*======================================================================*/

Jelle
- New word wrap setting for sidebar items
- Member URL's are now using vB4's Friendly SEO URLs (not yet for the author field)
- Changed title tag order for better SEO
- Moved the "Uploading File - Please Wait" message
- Removed & from "=& new vB_BbCodeParser" now PHP 5.2 is required
- Removed redundant *1 from copyright CSS
- Removed the imagecreatefrombmp() function. It doesn't exist.
- Commented out the problematic MAX_FILE_SIZE check for files
- More spacing between file description text and action buttons
- Added tabindex="1" for better usability/accessibility
- Added missing headinclude_bottom variable to the head
- Added some basic template hooks

/*======================================================================*\
|| DownloadsII 6.0.1 Changelog                                          ||
\*======================================================================*/

Jelle
- Manage Files is available again
- New "Depth of Sub-Categories" setting
- New "Uploading File - Please Wait" message
- Renamed /includes/class_downloads.php to /includes/class_downloads2.php (remove the old one)
- Updated upgrade instructions to include rebuilding the cache. This fixes the layout problem with the column bits.
- Fixed settings phrase (the column is on the right now, not on the left)
- Fixed database error on file page when excluding categories
- Replaced "Fields marked in ..." error with errors for each individual field
- Fixed copyright font color (uses its own class now)
- Fixed a missing phrase error (wrong phrase prefix)
- File images are targeted to a new window again
- Fixed file name when downloading files

/*======================================================================*\
|| DownloadsII 6.0.0 Changelog                                          ||
\*======================================================================*/

Jelle
- First release for vB4, still contains some known bugs (have a look at Todo.txt)
- Recoded everything, goodbye old ecDownloads code forever
- More respect for the vBulletin coding standards (input cleaner, etc.)
- Faster: less includes and queries (more query work will come in a later version)
- New vB4 front-end look with better vB integration
- Totally new (and phrased) AdminCP section with more intuitive category admin etc.
- Admin actions will be logged to the vBulletin admin log now
- Improved downloads log: time displaying, IP addresses, manual prune instead of autoprune, ...
- Added a report form for bad or broken downloads
- More advanced search form with keywords, author, uploader, category, ...
- Use of the quick editor for posting comments
- More specific usergroup permissions: can delete/edit own/all files/images/comments
- Added vBulletin session URL's for browsing DownloadsII without cookies
- RTL language support - But needs more testing from RTL users
- Usernames in the downloads section will now be updated when you change a username
- ...